-
-
Notifications
You must be signed in to change notification settings - Fork 4k
fix(WebSocketShard): buffer native zlib decompression payload #10416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
Co-authored-by: Almeida <almeidx@pm.me>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10416 +/- ##
==========================================
- Coverage 50.80% 50.77% -0.04%
==========================================
Files 228 228
Lines 20679 20711 +32
Branches 1258 1258
==========================================
+ Hits 10505 10515 +10
- Misses 10130 10152 +22
Partials 44 44
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not entirely sure on the shared array which can be erroneously trigger an error if the method is called twice in quick succession, but given the context, I think it's fine.
Please describe the changes this PR makes and why it should be merged:
Closes #10414